Move the import for XendError, and use a bare import, not a from...import.
authoremellor@ewan <emellor@ewan>
Tue, 4 Oct 2005 01:25:04 +0000 (02:25 +0100)
committeremellor@ewan <emellor@ewan>
Tue, 4 Oct 2005 01:25:04 +0000 (02:25 +0100)
commit5f189b105084773c6754df712fcfcb9315f7d7aa
tree8843d69a25356bf8932ab7649f44b4052469074c
parent3c28a0f427f681d86445a001306546e831e839e4
Move the import for XendError, and use a bare import, not a from...import.
This should silence the error message when the program is terminated during
startup.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xm/main.py